home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / SqrlGolf.swf / scripts / DefineButton2_277 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2006-06-13  |  614b  |  29 lines

  1. on(release){
  2.    stopDrag();
  3.    gotoAndStop(1);
  4.    _Y = "345";
  5.    if(_droptarget eq "/Tee_MC" and getProperty("/SQR_Hit", _currentframe) == "1")
  6.    {
  7.       _visible = "0";
  8.       setProperty("/SQR_Hit", _X, "238");
  9.       setProperty("/SQR_Hit", _Y, "335");
  10.       tellTarget("/DriverMC")
  11.       {
  12.          gotoAndPlay(2);
  13.       }
  14.       tellTarget("/SwingMeasureMC")
  15.       {
  16.          gotoAndPlay(4);
  17.       }
  18.       tellTarget("/SwingMeterMC")
  19.       {
  20.          gotoAndStop("swing_start");
  21.          play();
  22.       }
  23.       tellTarget("/SpaceBOMC")
  24.       {
  25.          gotoAndStop(1);
  26.       }
  27.    }
  28. }
  29.